|
NcApi
|
Parameters for the NcApiSendAcknowledged function. More...
#include <NcApi.h>
Data Fields | |
| uint16_t | destNodeId |
| Destination node ID. More... | |
| uint8_t | destPort |
| Destination port. More... | |
| uint8_t * | payload |
| Pointer to payload, if any. More... | |
| uint8_t | payloadLength |
| PayloadLength Length of payload. More... | |
| void * | callbackToken |
| Application provided token / context / tag that it wants to called back with. NcApi does not inspect this parameter, it merely passes it along. More... | |
Parameters for the NcApiSendAcknowledged function.
| void* NcApiSendParams::callbackToken |
Application provided token / context / tag that it wants to called back with. NcApi does not inspect this parameter, it merely passes it along.
| uint16_t NcApiSendParams::destNodeId |
Destination node ID.
| uint8_t NcApiSendParams::destPort |
Destination port.
| uint8_t* NcApiSendParams::payload |
Pointer to payload, if any.
| uint8_t NcApiSendParams::payloadLength |
PayloadLength Length of payload.
1.8.10